projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
155e35f
)
Add a comment.
author
Chong Yidong
<cyd@stupidchicken.com>
Sun, 5 Nov 2006 17:30:30 +0000
(17:30 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Sun, 5 Nov 2006 17:30:30 +0000
(17:30 +0000)
src/xmenu.c
patch
|
blob
|
history
diff --git
a/src/xmenu.c
b/src/xmenu.c
index 4882f8d0d6f27ad2c786cc33af1b74e1f92e5046..397e8a59e817c4b9eb9f586bc8a6aa772685891c 100644
(file)
--- a/
src/xmenu.c
+++ b/
src/xmenu.c
@@
-1397,6
+1397,9
@@
If FRAME is nil or not given, use the selected frame. */)
GtkWidget *menubar;
FRAME_PTR f;
+ /* gcc 2.95 doesn't accept the FRAME_PTR declaration after
+ BLOCK_INPUT. */
+
BLOCK_INPUT;
f = check_x_frame (frame);